Package-level declarations

Types

Link copied to clipboard
interface Injectable

Allows injected objects to specify additional injectees so that injection can cascade without the injecting repository knowing the full structure of the object graph.

Link copied to clipboard

Injection utils for Spring

Link copied to clipboard
class Injector(applicationContext: <Error class: unknown class>)

Spring-inject entities if they have an @Configurable annotation. Can be put on any entity without efficiency concerns.